home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-20 | 569 b | 30 lines | [TEXT/KAHL] |
- ///--------------------------------------------------------------------------------------
- // Simple.h
- //
- // By: Tony Myles
- //
- // Copyright © 1993 Tony Myles, All rights reserved worldwide.
- ///--------------------------------------------------------------------------------------
-
-
- #ifndef __SIMPLE__
- #define __SIMPLE__
-
- #ifndef __WINDOWS__
- #include <Windows.h>
- #endif
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void PerformSimpleAnimation(CWindowPtr srcWindowP);
- void BallSpriteMoveProc(SpritePtr ballSpriteP);
-
- #ifdef __cplusplus
- }
- #endif
-
-
- #endif /* __APPLICATION__ */